Conversation
Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #29 +/- ##
==========================================
+ Coverage 77.58% 78.07% +0.48%
==========================================
Files 26 26
Lines 1120 1145 +25
==========================================
+ Hits 869 894 +25
Misses 216 216
Partials 35 35 ☔ View full report in Codecov by Sentry. |
mtodor
reviewed
Jan 22, 2026
Collaborator
mtodor
left a comment
There was a problem hiding this comment.
Wow! Really nice work!
Let's get this in before evaluation PR.
Co-authored-by: Mladen Todorovic <mtodor@gmail.com>
Addresses remaining PR review comments: - Fix spacing in deployments.go description - Replace WHEN TO USE/WHEN NOT TO USE with numbered USAGE PATTERNS format in nodes.go - Remove misleading guidance that suggested not using tools for specific cluster queries - Ensure consistent formatting across all three CVE vulnerability tools Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
mtodor
approved these changes
Jan 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Improves tools description to make e2e tests pass and change wording of affected to detected (see #26 (comment)).
Tests are in a separated PR: